11. Deletion of resources
Delete is defined in IETF RFC 2616, Section 9.7. In addition to conditions defined in that specification, servers must remove any references from the deleted resource to other resources. Resources are deleted with the DELETE
method targeted at the resource URL. After a successful completion of a deletion a GET
on that URL must result in a 404 — Not Found status.